Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 14 - Shader Objects / Shader Objects Reference
Shader Objects Routines / Managing Pixmap Textures


Q3PixmapTexture_New

You can use the Q3PixmapTexture_New function to create a new pixmap texture.

TQ3TextureObject Q3PixmapTexture_New (
const TQ3StoragePixmap *pixmap);
pixmap
A storage pixmap.
DESCRIPTION
The Q3PixmapTexture_New function returns, as its function result, a new texture object that uses the storage pixmap specified by the pixmap parameter. If Q3PixmapTexture_New cannot create a new pixmap texture object, it returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996